home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / qo1bw95.zip / README.TXT < prev   
Text File  |  1996-07-08  |  11KB  |  227 lines

  1. **********************************************************************
  2.     Quick Open For Windows 95 -- By Moshe Martsiano -- JULY 1996
  3. **********************************************************************
  4.     Visit My Home Page : http://www.geocities.com/RainForest/1714/
  5.  
  6. 1. Installation
  7.    
  8.    make sure you unziped the qo1bw95.zip file and placed all the files
  9.    in the same directory , if you unziped the file in the "c:\util\qo"
  10.    folder , you will be able to use Quick Open's Advanced features 
  11.    right away.  plus be sure you don't use long file name as your
  12.    Quick Open folder , use something short as "QO".
  13.  
  14.    make sure you have at least additional 100K in drive C for database
  15.    file.
  16.  
  17.    IMPORTANT : DON'T FORGET TO UNZIP THE FILE USING THE -d FLAG IN
  18.                ORDER TO UNZIP THE SUBDIRETORYS AS WELL.
  19.  
  20.    run the qo.exe file  , for the first time only , the about window
  21.    will open , this is where you register , for evaluation purpuses
  22.    click the OK button , then again , for the first time only , the 
  23.    options window will open automaticly , use the add button to add 
  24.    the directorys you want to monitor and maintaine , remember that
  25.    every directory you choose is scaned and all its sub directorys too
  26.    for example "c:\" , will monitor entire drive C: , and "c:\windows"
  27.    will monitor the windows directory and all the sub directorys 
  28.    (System ...) . you can customize four user defined button , see the
  29.    section on "Button Customization" for detail instructions , the 
  30.    values you see as default will only work if the path "c:\util\qo"
  31.    is the path you installed QO in , and if you have the applications
  32.    that were specifyed in the command line executable field.
  33.  
  34.    the default action for open Button will determine what to do when
  35.    you press the OPEN button or doubleclick on a folder , you can
  36.    choose a folder window , or explorer windows , or activate any
  37.    of your customized buttons.
  38.  
  39.    Hit the OK button in the options window. now check out the icon in
  40.    the notification area (yellow folder icon in the right edge of the
  41.    taskbar) , click on it with the left mouse button. the quick open 
  42.    dialog will pop up , now for the first time only, press the refresh 
  43.    button, and wait until the  program will build the database (you can
  44.    do other things meanwhile in other applications) , after the refresh is
  45.    done you are ready to use the application . infact you don't have to
  46.    use the refresh button , QO will auto-refresh but it will take much
  47.    more time to finish.
  48.       
  49.    at any given time , you can pop up the dialog , and type the first
  50.    letters of the folder you search , then press enter or hit the find
  51.    button. if more then one match is found a list will be formed , double
  52.    click on the item you want or press the open button after selecting a
  53.    item from the list. you can select multiple items (hold the ctrl key
  54.    and keep pressing items) and them pressing the open button. you can
  55.    also pop up the dialog using the keyboard , at any given time hit the
  56.    [ctrl + /] key or [ctrl + \].
  57.  
  58.  
  59. 2. Usage
  60.    
  61.    if you install new software , or create , rename a directory in one
  62.    of the directorys you wanted to maintaine , QO will detect it and
  63.    begin refreshing of that directory in the background , taking very
  64.    little CPU time (on a 486 computer you won't notice it) 
  65.  
  66.    if you choose to remove a directory from the one you selected to 
  67.    maintaine , you may want to press the refresh button , this will 
  68.    rebuild the entire database without the one you removed (faster 
  69.    search , smaller file)
  70.  
  71.    other than that , the program takes care of it self , for complete
  72.    control QO placed it self in your StartUp folder , so it may
  73.    run on system startup and start monitoring your folders,but 
  74.    understand QO takes very very little CPU time or not at all , so
  75.    it will not slow down your computer! you can check it using microsoft
  76.    kernel tools available via the internet.
  77.    enjoy the program ! and don't forget to register (section 5 ...).
  78.  
  79. 3. Button Customization
  80.  
  81.    QO enables you to use its database and search capabilities with
  82.    other applications , in fact you can use the selected folder/s
  83.    as a parameter to other application , for example you can launch
  84.    a graphics viewer such as ACDSee and give it the folder you want
  85.    to view , so if you search for "Images" and get a list of "Images",
  86.    "Images of flowers" ... , select one of them and click the Viewer
  87.    button and ACDSee will open allready in the folder you selected.
  88.    if you select both of them , two instances of ACDSee will open ,
  89.    each with a folder . you can do the same with compression , infact
  90.    if you select more then one folder and click the compress button
  91.    you will see multitasking in action as your PC will compress several
  92.    folders at the same time. 
  93.  
  94.    the buttons you see at startup are default , they might not work if
  95.    your paths are diffrent , or you don't own the same application , but
  96.    you can customize them.   
  97.  
  98.    To customize your button , open the options dialog and look at the
  99.    table in the middle of the dialog , there are four buttons , each
  100.    has three fields , "Button Text" is the text to appear on the button,
  101.    "Command Line Executable" is the full path of the application and the
  102.    executable name , "Parameters" is the parameters to be passed to the
  103.    application , you can pass anything you want plus when ever you want
  104.    to pass the selected folder , use the "???" sign insted , for example
  105.    to compress files using ARJ , type "ARJ" as the button text ,
  106.    "c:\comp\arj" as the command line executable , "-i1 -va -r -jm ??? -t"
  107.    as the parameters , so if arj is executed when you selected the 
  108.    "C:\windows" folder this command will be executed :
  109.    "c:\comp\arj -i1 -va -r -jm c:\windows -t".
  110.  
  111.    the problem is the older DOS applications don't understand long file 
  112.    names , so some programs may not work when executed directly , insted
  113.    you can write a batch file , to change to the right folder first , and
  114.    then to execute the application , examples of this kind of batch files
  115.    are in the "BATCH" folder in your Quick Open folder. if you use a batch
  116.    file , use "c:\command" as command line executable and "/K c:\util\batch\
  117.    mybatch ???" as a parameters (paths may vary on your computer),
  118.    if you don't know how to write batch files , just copy the example , and
  119.    use it as a template , understand that the %1 or %2 ... signs in those
  120.    batch files are parameters transfers from the command line to the
  121.    batch file as %1 is the first and %2 is the second.
  122.   
  123.    
  124. 4. Troubleshooting & Tips
  125.  
  126.    ** Quick Open crashed !!!!
  127.  
  128.    when you do manual refresh QO points all of its resources to the refreshing
  129.    opereation , so if you put another window on top of QO dialog box , and
  130.    then return to QO , it might not repaint it self , you will get a "white"
  131.    dialog box , but bare in mind QO isn't stuck , wait until the cursor 
  132.    becomes your regular cursor , as long as your cursor is the wait cursor
  133.    QO is refreshing ,  note that if you specified many directorys or very
  134.    large drives , the building operation might take some time , so be patient
  135.    and do other things with other applications in the meantime and return
  136.    to QO after a few minutes . note that this happens only with manual 
  137.    refresh , with SmartRefresh you won't even know that anything is happening.
  138.    if this isn't what happened to you please mail me and tell me exactly what
  139.    you did before QO crushed.
  140.  
  141.    ** I typed a folder name that exist on my drive , but QO returned nothing!
  142.  
  143.    if this is the first time you are running QO , the reason you get nothing
  144.    is that QO is still learning your drives , wait a few minutes and try
  145.    again.  if this is not your first time, and you have used QO successfully
  146.    before , then something is wrong , maybe some other applciation , or
  147.    a power failure caused the lost of QO database , in that case , you can
  148.    try to tu